Assignment

1. A package is a collection of





2. ------------- is used to separate package names from sub packages and classes.






3. Multiple inheritances in Java is achieved using






4. Which keyword is used for creating packages?





5. Which package contain Language Support Classes?






6. Which package contains a large number of stream classes that provide capabilities for processing all types of data?






7. Consider the following code:interface Area






8.Package p1 contains the following code: package p1; public class Student





9. The use of protected keyword to a member in a class will restrict its visibility as follows:






10. We would like to make a member of a class visible in all subclasses regardless of what package they are in. Which one of the following keywords would achieve this?